home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / pc / pc.dir / 00059_zoom.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  372 b   |  19 lines

  1. on mouseDown
  2.   global play, time, rate, movie
  3.   if the castNum of sprite 5 = movie then
  4.     set time to the movieTime of sprite 5
  5.     set rate to the movieRate of sprite 5
  6.     set play to 1
  7.   end if
  8.   unsetQT(5)
  9.   if the height of sprite 5 > 250 then
  10.     go(5)
  11.   else
  12.     if the controller of member movie = 1 then
  13.       go(7)
  14.     else
  15.       go(6)
  16.     end if
  17.   end if
  18. end
  19.